<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}

strong {
  font-size: initial;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}
html {
  --theme: #70b743;
}
body {
  font-family: "Source Han Sans CN", Arial, sans-serif;
  font-size: 14px;
  color: #444;
}

[lang="ja-JP"] body,
[lang="ko-KR"] body {
  font-family: Helvetica, Tahoma, Arial, STXihei, 鈥滃崕鏂囩粏榛戔€�, Heiti, 鈥滈粦浣撯€�, 鈥淢icrosoft YaHei鈥�, 鈥滃井杞泤榛戔€�, SimSun, 鈥滃畫浣撯€�, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
}

a {
  text-decoration: none;
  color: #232323;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
}

input,
textarea {
  outline: 0;
  border: 0;
}

textarea {
  resize: none;
  overflow: auto;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: ".";
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tl {
  text-align: left;
}

.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.ellipse {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inline {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.flex {
  display: flex;
}

.flex1 {
  flex: 1;
}

.pr {
  position: relative;
}

img,
canvas,
button,
.cant-select {
  moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bgfff {
  background-color: #fff;
}

.cursor,
.cr {
  cursor: pointer;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: var(--theme, #70b743);
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px var(--theme, #70b743), 0 0 5px var(--theme, #70b743);
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: var(--theme, #70b743);
  border-left-color: var(--theme, #70b743);
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

input,
label,
select,
option,
textarea,
button,
fieldset,
legend,
input::-webkit-input-placeholder {
  font-family: "Source Han Sans CN", Arial, sans-serif;
}

.bm-footer {
  width: 100%;
  background-color: #2a2d34;
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
.bm-footer .bm-footer-box{
  color: #f4f4f4;
  width: 100%;
  background-color: #2a2d34;
  text-align: center;
}
.bm-footer .bm-footer-margin-box {
  height: 60px;
  display: inline-block;
  margin: 0 auto;
}
.bm-footer .bm-copyright {
  font-size: 12px;
  font-weight: 400;
  font-stretch: normal;
  letter-spacing: 0;
  color: #f4f4f4;
  white-space: nowrap;
  line-height: 60px;
  text-align: left;
}
.bm-footer .bm-go-to-privacy {
  color: #fff;
  margin-left: 20px;
}
.bm-footer .bm-go-to-privacy:hover {
  text-decoration: underline;
}
@media screen and (max-width: 900px) {
  .bm-footer {
    min-width: initial;
  }
  .bm-footer .bm-copyright {
    white-space: initial;
    /* line-height: 20px; */
    text-align: center;
    /* margin-top: 8px; */
  }
}</pre></body></html>